Copy RAM
Format
:
copy from:R - to:R -> target:RN
Description
: Copies range of RAM of
from
to
to
into target. Raises a failure if it goes out of range.
Cycles
: 5
Example
:
copy r0 - r1 -> 0x100
See also
:
Write range of registers to RAM
,
Read range of registers from RAM
,
Write to RAM
,
Read from RAM